home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / NetInfo.lha / NetInfo / NetInfo.readme < prev   
Text File  |  2002-10-25  |  3KB  |  70 lines

  1. Short:    (3.3) NetInfo plugin for AmIRC 2+
  2. Author:   Robin Cloutman <netinfo@rycochet.demon.co.uk>
  3. Type:     comm/irc
  4. Requires: AmIRC 2+, TCP stack (tested with Miami)
  5.  
  6. This plugin gives some useful extra commands, /matchhost is like amirc's
  7. /findhost, but also does a complete resolve first, useful if someone is
  8. accessing your machine and you want to find out who. /resolve shows all the
  9. information a DNS server can provide, this can appear to lock up amirc when
  10. your DNS servers are lagged (same for /matchhost as that also resolves) but
  11. it *will* return, don't reset just yet (longest I've seen in 2 secs...).
  12. /clones is like amirc's internal clone detection, but can be called any time
  13. and can also display only clones of a single person. Finally /country is
  14. a basic country code lookup, it uses standard domain countries, and does a
  15. wordsearch, so you can also reverse lookup.
  16.  
  17. Install: (Amirc: doesn't need to be an assign)
  18.    COPY Plugins/NetInfo.AmIPlug(.0?0) TO Amirc:Plugins/NetInfo.AmIPlug
  19.    COPY Plugins/Data/NetInfo.Rates TO Amirc:Plugins/Data
  20.    COPY Rexx/NetInfo.amirx TO Amirc:Rexx
  21.  
  22.    In Amirc use the menu item, or the script, to create an exchange rates
  23.    file.
  24.  
  25. CHANGES SINCE FIRST AMINET RELEASE
  26. ==================================
  27.  
  28. 2.1 COUNTRY now supports /COUNTRY <nick>
  29. 2.2 all commands can now take comma's between nicks, useful when dragging
  30.     nicks from the channel list ;-)
  31. 2.3 oops, forgot to initialise a string, now you can "/COUNTRY <nick>"
  32.     properly again ;-P
  33.     Fixed the RX_RESOLVE command, use comma seperated options.
  34. 2.4 Had «Clones» instead of «Resolve» in End of /RESOLVE list.
  35.     Changed all commands to use local info colour text.
  36. 2.5 Added a /SERVICE command, shows servicename/portnum.
  37. 2.6 Changed the output of /CLONES to look like amirc's internal clone detection.
  38.  
  39. 3.0 Added exchange rates support, /CURRENCY shows the currency name of the
  40.     country, and /EXCHANGE can convert between two or more currencies. Both
  41.     of these commands search for country code/name or currency code/name.
  42.     The /EXCHANGE command requires you to have a file Plugins/Data/NetInfo.Rates
  43.     (which you can get from http://www.contactor.se/~dast/currency/rates.cgi )
  44. 3.1 Added more country/currency conversions.
  45. 3.2 Requires bsdsocket.library at the start, instead of opening every time it
  46.     might be used. Forgotten what else changed it was so long ago ;-)
  47. 3.3 Fixed UKP=GBP
  48.  
  49. ---
  50. NetInfo.AmIPlug 3.3
  51. Copyright ©1999-2000 Robin Cloutman <netinfo@rycochet.demon.co.uk>
  52. Various internet functions
  53. Defined commands: MATCHHOST RESOLVE CLONES COUNTRY SERVICE EXCHANGE CURRENCY RX_MATCHHOST RX_RESOLVE RX_CLONES RX_COUNTRY RX_SERVICE RX_EXCHANGE RX_CURRENCY
  54. ---
  55.  
  56. AmIRC Commands:
  57.    «Help» NetInfo.AmIPlug: MATCHHOST RESOLVE CLONES COUNTRY
  58.    «Help» Usage: /MATCHHOST hostmask
  59.    «Help» Usage: /RESOLVE host [host [...]]
  60.    «Help» Usage: /CLONES [channel] [nick]
  61.    «Help» Usage: /COUNTRY code|name|nick [code|name|nick [...]]
  62.    «Help» Usage: /SERVICE name|port [name|port [...]]
  63.    «Help» Usage: /EXCHANGE amount code code [code [...]]
  64.    «Help» Usage: /CURRENCY code [code [...]]
  65.  
  66. ARexx:
  67.    The arexx commands use the same arguments as the normal amirc commands,
  68.    with the exception of RX_CLONES, which *must* have a channel name as
  69.    first arg.
  70.